(logo)  Extension URLs

Internally, AWeb uses an extension to the URL scheme for some tasks. You can take advantage of this, by using the same URLs. These extension URLs always start with "x-aweb:". Note that you should only include such extension URLs in pages that will only be viewed by AWeb, because other browsers will not recognize these URLs.

A good place for extension URLs would be your hotlist. You can, for instance, access the AMosaic or IBrowse hotlist from within your hotlist, or even configure one of these as your home page within AWeb.

Hotlists

AWeb uses extension URLs to identify its hotlist, and other browser's hotlists.
x-aweb:hotlist
Identifies AWeb's own hotlist.

x-aweb:amhotlist.rexx
Identifies the ARexx based hotlist of AMosaic version 1.2. It uses the file ENV:mosaic/hotlist.html.

x-aweb:amhotlist.20
Identifies the hierarchical horlist of AMosaic 2.0 prerelease. It uses the file ENV:mosaic/.mosaic-hotlist-default.

x-aweb:ibhotlist/path
Identifies the hotlist of IBrowse. Because this hotlist doesn't have a fixed location, you must specify the full path and file name in the URL.

Shell commands and ARexx macros

Two extension URLs exist to start shell commands or ARexx macros.
x-aweb:command/shell_command
Forms the interface to start Shell commands.

x-aweb:rexx/ARexx_macro
Forms the interface to start ARexx macros.


<- Back to index.